﻿/*首页*/
body {
    margin: 0px !important;
}

.hide {
    display: none !important;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 90px;
    position: relative;
    width: 285px;
}

    .logo a img {
        width: 90%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.header .search .fot li {
    margin: 0 10px;
    position: relative;
}

.li-in {
    position: relative;
}

    .li-in input {
        border-radius: 50px;
        border: 1px solid #ccc;
        padding-left: 20px;
        font-family: "微软雅黑";
        outline: none;
        font-size: 13px !important;
    }

    .li-in a {
        position: absolute;
        top: 50%;
        left: 88%;
        transform: translate(-50%,-50%);
        width: 23px;
        height: 23px;
        display: block;
    }

.tel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tel-left {
    position: relative;
    float: left;
    top: 28%;
}

.tel-right {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

    .tel-right li:nth-child(1) {
        font-size: 16px;
        color: #383838;
        text-align: left;
    }

    .tel-right li:nth-child(2) {
        font-size: 18px;
        color: #b5001f;
        text-align: left;
        margin-top: 5px;
        white-space: nowrap;
        width: 150px;
        overflow: hidden;
    }

.fot {
    margin: 0;
}

.inputsearch {
    height: 34px;
    width: 256px;
}

.nav {
    width: 100%;
    margin: 0 auto;
    height: 60px;
}

.nav-left {
    width: 19%;
    float: left;
}

.nav-1 {
    background-color: #b6001f;
    height: 60px;
    margin: 0px;
}

    .nav-1 img {
        display: inline-block;
        float: right;
    }

    .nav-1 a {
        color: #fff;
        font-size: 18px;
        float: left;
        height: 60px;
        margin-left: 60%;
        display: inline-block;
        line-height: 60px;
    }

.nav-right {
    width: 81%;
    height: 60px;
    float: left;
    background-color: #595757;
}

.nav-2 {
    width: 1120px;
    height: 60px;
    margin: 0 auto;
}

    .nav-2 ul {
        height: 60px;
        margin: 0;
    }

        .nav-2 ul li {
            float: left;
            height: 60px;
            line-height: 60px;
            cursor: pointer;
            z-index: 2;
            border-right: 1px solid #cccccc;
            width: 14%;
            text-align: center;
            position: relative;
        }

ul .meunbutton {
    width: 1050px;
    height: 60px;
    overflow: hidden;
    list-style: none;
}

ul.menubotton li {
    float: left;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    z-index: 2;
    border-right: 1px solid #cccccc;
    width: 12%;
    text-align: center;
}

.meun {
    color: #fff !important;
    font-size: 16px;
    float: left;
    width: 100%;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slide {
    width: 100%
}

.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.bd {
    margin: 0;
}

    .bd ul {
        overflow: hidden;
        zoom: 1;
        margin: 0;
        padding: 0;
    }

        .bd ul li img {
            width: 100%;
        }

    .bd a {
        width: 100%;
        height: 450px;
    }

.hd {
    position: absolute;
    bottom: 30px;
    left: 10%;
}

.slideBox .hd ul li {
    width: 10px;
    height: 10px;
    border-radius: 8px;
    float: left;
    background-color: white;
    margin-right: 10px;
}

.slideBox .hd ul .on {
    background-color: #1463AA !important;
}

.product {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pro-box {
    height: 400px;
    max-width: 1200px;
    margin: 0 auto;
}

.pro-top {
    width: 1000px;
    height: 80px;
    padding-top: 50px;
    margin-left: 64px;
}

    .pro-top p {
        margin: 0;
    }

.tit {
    float: left;
    width: 100px;
    font-size: 21px;
    color: #b6001f;
}

.pro-list {
    margin: 0 auto;
    padding-left: 90px;
}

.pro-list-title {
    position: absolute;
    top: 88%;
    left: 35%;
    color: #000;
}

    .pro-list-title:hover {
        color: #b6001f;
    }

.pro-bottom .pro-list li {
    float: left;
    width: 236px;
    height: 284px;
    margin: 7px;
    border: 1px solid #ddd;
}

.newsblock {
    height: 320px;
    background-color: #eee;
    box-shadow: 2px 4px 6px #ccc;
}

.newsbox {
    height: 300px;
    width: 1120px;
    margin: 0 auto;
    position: relative;
    padding-left: 153px;
}

.box1 {
    height: 300px;
    width: 308px;
    position: relative;
    float: left;
}

.newsbox .box1 .title {
    height: 30px;
    width: 300px;
    position: absolute;
    top: 20%;
    background: url('../images/profile.png');
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.newsbox .box1 ul {
    position: absolute;
    top: 30%;
    height: 40%;
    margin-top: 20px;
    width: 100%;
    padding: 0;
}

    .newsbox .box1 ul li {
        width: 60px;
        height: 85px;
        float: left;
        position: relative;
        margin-left: 27px;
    }

        .newsbox .box1 ul li a span {
            position: absolute;
            top: 74%;
            font-size: 10px;
            color: #000;
            margin-left: 7px;
        }

        .newsbox .box1 ul li.a {
            background: url('../images/4ball.png') 0px 0px no-repeat;
        }

        .newsbox .box1 ul li.b {
            background: url('../images/4ball.png') -84px 0px no-repeat;
        }

        .newsbox .box1 ul li.c {
            background: url('../images/4ball.png') -252px 0px no-repeat;
        }

.newsbox .box1 .content {
    height: 62px;
    width: 350px;
    position: absolute;
    top: 71%;
}

.pic1 {
    position: absolute;
}

.box2 {
    height: 289px;
    width: 352px;
    float: left;
    margin-left: 100px;
}

.prodt-nav .activate {
    background-color: #fff;
    color: #b6001f;
    border: 1px solid #b6001f;
}

.newsbox .box2 .title {
    height: 30px;
    width: 333px;
    position: absolute;
    top: 20%;
    background-repeat: no-repeat;
    background-size: 41% 50%;
    background-image: url('../images/news.png');
}

.newsbox .box2 .content {
    height: 200px;
    width: 360px;
    position: absolute;
    top: 29%;
}

    .newsbox .box2 .content ul {
        padding: 0;
    }

.newsbox .box2 ul li.top {
    height: 84px;
    background-color: #f9f9f9;
    margin-bottom: 31px;
    position: relative;
    overflow: hidden;
}

.newsbox .box2 ul li.bottom {
    margin-top: 10px;
    border-bottom: 1px dashed #cccccc;
    font-size: 10px;
}

    .newsbox .box2 ul li.bottom a {
        color: #a4a4a4;
    }

.newsbox .box2 ul li.top a.title {
    font-size: 10px;
    font-weight: bold;
    line-height: 30px;
    color: #6B6B6B;
}

.newsbox .box2 ul li.bottom .date {
    float: right;
}

.newsbox .box2 ul li.top a.title {
    font-size: 10px;
    font-weight: bold;
    color: #6B6B6B;
    overflow: hidden;
    background: none;
    position: absolute;
    top: 7%;
}

.box2 .top img {
    width: 143px;
    height: 84px;
    float: left;
    margin-right: 10px;
}

.newsbox .box2 ul li.top span.desc {
    font-size: 10px;
    color: #A4A4A4;
    overflow: hidden;
    position: absolute;
    top: 38%;
}

.box3 {
    height: 289px;
    width: 320px;
    float: left;
    margin-left: 30px;
    position: relative;
}

.newsbox .box3 .title {
    height: 30px;
    width: 300px;
    position: absolute;
    top: 20%;
    background-repeat: no-repeat;
    background-size: 43% 50%;
    background-image: url('../images/video.png');
}

.footer {
    float: left;
    width: 100%;
}

.footer-link {
    display: flex;
    flex-direction: row;
    width: 1300px;
    margin: 25px auto;
}

    .footer-link .linkHeading {
        width: 100px;
        margin: 10px 0;
        font-size:16px;
    }

    .footer-link .linkCol {
        width: 1200px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .footer-link .linkCol span {
            margin: 10px 0;
        }

    .footer-link a {
        padding: 0 30px;
        margin: 10px 0;
        font-size: 15px;
        color: #000;
    }

        .footer-link a:hover {
            color: #B6001F;
        }

.footer-beian {
    height: 89px;
    border-top: 1px solid #cccccc;
    position: relative;
    text-align: center;
}

    .footer-beian .banquan {
        font-size: 12px;
        color: #a4a4a4;
        display: inline-block;
        margin-top: 30px;
    }

    .footer-beian a {
        font-size: 12px;
        color: #000;
    }

    .zizhi{
        display:flex;
        flex-direction:row;
        justify-content:center;
        position:relative;
        top:-25px;
      
    }

    .zizhi a{
        color: #000;
        padding:0 5px;
        font-size:12px;
        margin-top:3px;
    }

.subnav {
    position: absolute;
    top: 100%;
    left: -0.5%;
    z-index: 3;
    border-bottom: 2px solid #4b4b4b;
}

.item {
    color: #000;
    height: 47px;
    line-height: 47px;
    background-color: #dbe3ea;
    width: 185px;
    position: relative;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tech-subnav {
    color: #000;
    font-size: 14px;
}

.subnav .item:hover {
    background-color: #595757;
}

.subitem {
    color: rgb(91,91,92);
    height: 60px;
    line-height: 60px;
    background-color: #cccccc;
    width: 185px;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 2;
}

.subnav .subitem:hover {
    background-color: #595757;
    color: #fff;
}

.subitem1 {
    color: rgb(91,91,92);
    height: 47px;
    line-height: 47px;
    background-color: #dbe3ea;
    width: 185px;
    position: relative;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

    .subitem1:hover {
        background-color: #595757;
        color: #fff;
    }

.pro-subnav {
    color: rgb(91,91,92);
    height: 60px;
    line-height: 60px;
    background-color: #cccccc;
    width: 185px;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 2;
}

.item-hid {
    /*border-bottom:2px solid #4b4b4b;*/
}

.pro-nav {
    height: 457px;
    width: 785px;
    position: absolute;
    top: 100%;
    background-color: #eee;
    display: none;
}

.pro-nav-rel {
    width: 100%;
    height: 100%;
    position: relative;
}

.pro-meun {
    height: 457px;
    width: 227px;
    background-color: #dce3eb;
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .pro-meun::-webkit-scrollbar {
        display: none; /*隐藏滚动条*/
    }

.pro-item1 {
    border-top: 1px solid #ccc;
}

    .pro-item1:hover {
        background-color: #999;
    }

    .pro-item1 .cateOne {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 20px;
    }

        .pro-item1 .cateOne .arrowImgBox {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

            .pro-item1 .cateOne .arrowImgBox img {
            }

        .pro-item1 .cateOne .cateName {
            width: 130px;
            line-height: 50px;
            height: 50px;
        }

            .pro-item1 .cateOne .cateName .pro-title1 {
                display: block;
                color: #000;
                font-size: 14px;
                font-weight: bold;
                max-width: 100%;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

                .pro-item1 .cateOne .cateName .pro-title1:hover {
                    color: #fff;
                }

.pro-name1 {
    height: 442px;
    width: 227px;
    background-color: #f3f9fd;
    position: absolute;
    left: 228px;
    top: 0;
    padding-top: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.at {
    width: 210px;
    background: url("../images/icon7.gif") no-repeat 0 8px;
    text-align: left;
    line-height: 30px;
}

.pro-name-tit {
    color: #b6001f;
    display: block;
    font-size: 15px;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 20px;
}

.panel-body1 {
    position: absolute;
    left: 100%;
    top: 0;
}

.panel-body2 {
    position: absolute;
    left: 100%;
    top: 0;
}

.pro-pic {
    height: 417px;
    width: 290px;
    padding: 20px;
    position: absolute;
    left: 455px;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .pro-pic img {
        max-height: 100%;
        max-width: 100%;
    }

.jiejuefangan {
}

.fir-nav {
    position: relative;
    display: none;
}

.sec-nav {
    position: absolute;
    left: 100%;
    top: 50%;
    border-bottom: 2px solid #4b4b4b;
    z-index: 99;
}

.second {
    position: absolute;
    top: 0%;
    left: 100%;
}
/*产品页*/
a {
    text-decoration: none;
}

.pic2 {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    background: url('../images/productlist.jpg');
    background-size: 100% auto;
}

.Products {
    margin: 0 auto;
    width: 1120px;
    padding-top: 20px;
}

.Products-left {
    width: 324px;
    float: left;
}

.Products-nav {
    width: 300px;
    float: left;
}

.Products-news {
    width: 300px;
    float: left;
}

.Products-contact {
    width: 300px;
    float: left;
}

.Product-nav-left {
    width: 300px;
    background-color: #f2f2f2;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 15px;
    float: left;
}

.list-dl {
    width: 300px;
    float: left;
    margin: 0;
}

.Product-nav-left dt {
    padding-bottom: 5px;
    padding-top: 10px;
}

.list-dt {
    background: #f2f2f2;
    color: white;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    text-align: left;
    padding-left: 14px;
    border-left: 3px solid #f2f2f2;
}

    .list-dt:hover {
        border-left: 3px solid #4285f4;
    }

    .list-dt a {
        color: #000;
        font-size: 15px;
    }

        .list-dt a:hover {
            color: #b6001f;
            font-size: 15px;
        }

.list-dd {
    margin: 0 auto;
}

.arrow-right {
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/arrow_a.png') no-repeat;
}

.arrow-down {
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('../images/arrow_b.png');
}

.dd {
    background: #f2f2f2;
}

.list_dd {
    border-top: 1px solid #fff;
    font-size: 13px;
    text-align: left;
    width: 100%;
    margin: 0;
}

    .list_dd a:hover {
        color: #b6001f;
    }

    .list_dd a {
        display: block;
        color: #666;
        background-color: #fafafa;
        padding: 0px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 40px;
    }

.list_li {
    list-style-type: none;
    color: #000000;
    width: 228px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
    text-align: left;
}

    .list_li a {
        color: #000;
        font-size: 13px;
    }

.Products-news-left {
    width: 300px;
    background-color: #f2f2f2;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 15px;
    float: left;
}

.at-news-list {
    list-style: none;
    padding: 0;
}

.Products-news h2, .Products-contact h2, .Products-nav h2 {
    height: 40px;
    line-height: 40px;
    background-color: #b6001f;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding: 0px 10px;
    text-align: center;
    margin: 0px;
    text-transform: Uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Products-news-left ul.at-news-list li {
    padding: 5px 5px 5px 24px;
    font-size: 14px;
    background: url(../images/arrow_a.png) no-repeat scroll 0 5px;
    text-align: left;
}

    .Products-news-left ul.at-news-list li a {
        color: #000;
    }

.Products-contact-left {
    width: 300px;
    background-color: #f2f2f2;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 15px;
    float: left;
}

.address {
    list-style: none;
    padding: 8px;
}

.Products-contact-left ul.address li {
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
}

    .Products-contact-left ul.address li:nth-child(1) {
        margin: 0px;
    }

.Products-right {
    float: left;
    width: 796px;
}

.Products-right-nav {
    margin: 0 auto;
    width: 100%;
    float: left;
    line-height: 50px;
    background-color: #fdf7f8;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
}

.Products-right-goods {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.goods {
    float: left;
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
}

.goods-left {
    margin-right: 20px;
}

    .goods-left a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 200px;
    }

        .goods-left a img {
            max-height: 100%;
            max-width: 100%;
        }

.goods-right {
    float: left;
    margin-top: 30px;
}

.goods-right1 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.Products-right-goods .goods a.links {
    color: #b6001f;
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
    display: block;
}

.goodsPrief {
    float: left;
    font-size: 15px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Products-right-nav a {
    color: #000;
}

.xiangqing {
    width: 88px;
    height: 24px;
    text-align: center;
    background-color: #b6001f;
    color: #fff;
    display: block;
    float: left;
    position: absolute;
    left: 82%;
    top: 80%;
}

.fenye {
    width: 100%;
    float: left;
}

.price {
    width: 100%;
    height: 69px;
}

.proshow {
    margin-top: 60px;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
    width: 818px;
    overflow: hidden;
}

.prortab {
    float: left;
    width: 818px;
    height: 42px;
    border: 1px solid #b6001f;
    background: #b6001f;
}

    .prortab a {
        display: block;
        width: 110px;
        height: 42px;
        float: left;
        line-height: 42px;
        text-align: center;
        font-size: 16px;
        color: #FFF;
    }

        .prortab a:hover {
            background: #fff;
            color: #b6001f;
        }

        .prortab a.acur {
            background: #fff;
            color: #b6001f;
        }

.proView {
    line-height: 32px;
    padding: 21px;
    margin-top: 37px;
}

.procanshu {
    padding: 10px;
    float: left;
    width: 798px;
    line-height: 1.7;
    text-align: left;
}

.onlinexunjia {
    font-size: 12px;
    position: absolute;
    transform: translate(-50%,-50%);
    display: block;
    color: #fff;
    background-color: #b6001f;
    top: 50%;
    left: 24%;
    line-height: 20px;
    padding: 3px 7px;
}

    .onlinexunjia:hover {
        background-color: #e01222;
        color: #fffc00;
    }

.prodt-detail {
    margin-top: 50px;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}

.prodt-nav {
    width: 100%;
    height: 45px;
    background-color: #b6001f;
}

    .prodt-nav a {
        font-size: 15px;
        display: block;
        float: left;
        width: 104px;
        height: 43px;
        line-height: 46px;
        text-align: center;
        color: #000;
    }

        .prodt-nav a:hover {
            color: #b6001f;
            background-color: #fff;
            border: 1px solid #b6001f;
        }

.goods-pic {
    border: 1px solid #ccc;
    width: 350px;
    height: 350px;
    float: left;
}

.proImgBig {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .proImgBig img {
        max-width: 100%;
    }

.goods-detail {
    height: 350px;
    float: left;
    width: 425px;
    margin-left: 18px;
}

.pname {
    padding: 0px 30px 0px 0px;
    overflow: hidden;
    color: #666;
    text-align: left;
}

.pcontent {
    padding: 5px;
    text-align: left;
}

.price-backgroud {
    position: relative;
    height: 70px;
    line-height: 50px;
    background-image: url('../images/laibaobj.jpg');
}

.goodsPrice {
    text-decoration: none;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 10%;
    font-size: 14px;
    color: #000;
}

.modelBox {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.modelshow {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.modelName {
    width: auto;
    color: #999;
    font-size: 12px;
    font-family: simsun;
}

.modelValue {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .modelValue a {
        color: #3072C1;
        padding: 4px 10px;
        text-align: center;
        border: 2px solid #eee;
        font-size: 12px;
        margin: 2px;
    }

.prodt-detail-cont {
    border: 1px solid #ccc;
    width: 100%;
}

/*放大镜*/
.jqzoom {
    border: none;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin: 0;
    display: block;
    width: 350px;
    height: 335px;
    padding-top: 20px
}

.zoomdiv {
    position: absolute;
    z-index: 100;
    display: none;
    width: 400px;
    height: 400px;
    background: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden
}

.jqZoomPup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    max-width: 100px;
    max-height: 100px;
    border: 1px solid #aaa;
    background: #fff;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    overflow: hidden
}

.changecolor {
    color: #fff;
}

.clear {
    clear: both;
}

.newsTitle {
display:flex;
flex-direction:column;
align-items:center;
}